| Overload | Description |
|---|---|
| Deserialize(String,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |
| Deserialize(Stream,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |
| Deserialize(TextReader,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |
| Deserialize(String,XmlQualifiedName,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |
| Deserialize(Stream,XmlQualifiedName,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |
| Deserialize(TextReader,XmlQualifiedName,LjReaderSettings) | De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader |